projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7173df1
)
build: Use correct compiler flag
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 17 Oct 2016 14:12:21 +0000
(15:12 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 17 Oct 2016 14:13:09 +0000
(15:13 +0100)
The name is -Wformat-nonliteral.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 3ce9c316df434c8547ec45c6174eaae053a8ff45..b915438d2c74f46c168e713d12b9625d9a74c22c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1880,7
+1880,7
@@
AS_IF([test "x$enable_compile_warnings" = xyes], [
-Wmissing-include-dirs dnl
-Wshadow dnl
-Wformat=2 dnl
- -Wformat-non
-
literal dnl
+ -Wformat-nonliteral dnl
-Wformat-security dnl
-Wimplicit-function-declaration dnl
-Werror=redundant-decls dnl